/*$$
{"color":[{"val":"#ffffff","title":"图片上标题文字颜色"},
{"val":"#000000","title":"默认主体文字颜色"}],
"background":[{"val":"rgba(0,0,0,.5)","title":"图片列表透明背景颜色"},
{"val":"#4c619a","title":"按钮上箭头背景颜色"},
{"val":"#233c82","title":"图片列表按钮默认背景颜色"},
{"val":"rgba(0,0,0,.01)","title":"图片列表鼠标滑过透明背景颜色"}],
"border":[{"val":"#ffffff","title":"按钮边框"}]}
$$*/
#plant_149{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#plant_149 .plantCon{
	width: 1200px;
	margin:0 auto;
	position: relative;
	top:50%;
	transform: translateY(-50%);
	z-index: 99;
}
#plant_149 .cloumn{
	font-size: 38px;
	color: #000000;
	font-weight: 550;
}
#plant_149 .intrs{
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
	margin: 30px 0;
	font-size: 16px;
	line-height: 36px;
	color: #000000;
	width: 730px;
}
#plant_149 .plantItem{
	width: 290px;
	height: auto;
	margin-right: 20px;
	float: left;
	position: relative;
	overflow: hidden;
}
#plant_149 .plantItem .bg{
	width: 100%;
	height: auto;
}
#plant_149 .plantItem .img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top:0;
}
#plant_149 .plantItem:first-child{
	border-radius: 28px 0 0 0;
}
#plant_149 .plantItem:last-child{
	border-radius: 0 0 28px 0;
}
#plant_149 .plantItem .cont{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	top:0;
	transition: all 1s;
}
#plant_149 .plantItem .tit-1{
	color: #ffffff;
	padding: 0 25px;
	line-height: 85px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 16px;
}
#plant_149 .plantItem .more{
	width:36px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	height: 36px;
}
#plant_149 .plantItem .more::after{
	background: url(./../../../static/images/NP00036_03.png) no-repeat center center;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	content: '';
	border-radius: 50%;
	border:#ffffff solid 1px;
	transition: all 0.8s;
	position: absolute;
}
#plant_149 .plantItem:hover .more::after{
	opacity: 0;
}
#plant_149 .plantItem .more::before{
	position: absolute;
	right: -100px;
	bottom: -100px;
	width:58px;
	height:58px;
	content: '';
	background: #233c82 url(./../../../static/images/NP00036_04.png) no-repeat center center;
	border-radius: 50%;
	transition: all 1s;
	z-index: 100;
}
#plant_149 .plantItem:hover .more::before{
	right: 0;
	bottom: 0;
}
#plant_149 .plantItem:hover .cont{
	background: rgba(0,0,0,.01);
}
#plant_149 .moreCon{
	background:url(./../../../static/images/NP00036_05.png) no-repeat center center;
	width: 590px;
	height: 296px;
	right: calc((100% - 1200px)/ 2 - 150px);
	bottom: 0;
	position: absolute;
	padding:80px 0 0 150px;
	color: #ffffff;
	font-size: 14px;
	line-height: 36px;
	transition: all .8s;
	z-index: 99;
}
#plant_149 .moreCon i{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #4c619a url(./../../../static/images/NP00035_01.png) no-repeat center center;
	display:inline-block;
	margin-left: 35px;
	transition: all .8s;
}
#plant_149 .moreCon:hover{
	letter-spacing: 2px;
}
#plant_149 .moreCon:hover i{
	margin-left: 50px;
}
@media screen and (max-width: 1200px) {
	
	#plant_149 .plantCon{
		width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width: 1024px){
	#plant_149{
		height: auto;
	}
	#plant_149 .plantCon{
		top:0;
		transform: translateY(0);
		padding:15px 20px 100px 20px;
		
	}
	#plant_149 .moreCon{
		background-size: 450px 225px;
		width:450px;
		height: 225px;
		padding: 100px 0 0 60px;
	}
	#plant_149 .index-solution-bg{
		display: none;
	}
}
@media screen and (max-width: 768px) {
	#plant_149 .plantCon{
		padding:15px 20px 120px 20px;
	}
	#plant_149 .moreCon{
		width: 200px;
		height: 100px;
		right: 0;
		background-size: 100% 100%;
		padding: 30px 0 0 50px;
		line-height: 25px;
		box-sizing: border-box;
	}
	#plant_149 .moreCon i{
		width: 25px;
		height: 25px;
		margin-left: 15px;
	}
	#plant_149 .cloumn{
		font-size: 24px;
		line-height: 40px;
	}
	#plant_149 .intrs{
		width: 100%;
		margin: 15px 0;
		font-size: 14px;
		line-height: 28px;
		max-height: 84px;
	}
	#plant_149 .plantList{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	#plant_149 .plantItem{
		margin-right: 10px;
		/* height: 170px; */
	}
	#plant_149 .plantItem:last-child{
		margin-right: 0;
	}
	#plant_149 .plantItem .tit-1{
		line-height: 40px;
		padding: 0 20px;
	}
	#plant_149 .index-solution-bg{
		display: none;
	}
}